fix(linux): Update the documentation for PCIe endpoint testing utility#718
Open
AkshGarg-19 wants to merge 1 commit into
Open
fix(linux): Update the documentation for PCIe endpoint testing utility#718AkshGarg-19 wants to merge 1 commit into
AkshGarg-19 wants to merge 1 commit into
Conversation
The 'pcitest' application, used to test the PCIe endpoint functionality, is obsolete on the 6.18 kernel, and hence on SDK 12.x. Instead, the 'pci_endpoint_test' utility is introduced to test functionalities for PCIe in endpoint mode of operation. Update the documentation with respect to the changes in the utility. Signed-off-by: Aksh Garg <a-garg7@ti.com>
Member
Siddharth-Vadapalli-at-TI
approved these changes
Jun 9, 2026
StaticRocket
requested changes
Jun 9, 2026
Comment on lines
+514
to
+515
| pci\_endpoint\_test driver creates an endpoint test function device that | ||
| the following pci_endpoint_test utility uses. pci\_endpoint\_test driver |
Member
There was a problem hiding this comment.
Suggested change
| pci\_endpoint\_test driver creates an endpoint test function device that | |
| the following pci_endpoint_test utility uses. pci\_endpoint\_test driver | |
| The ``pci_endpoint_test`` driver creates an endpoint test function device that | |
| the following ``pci_endpoint_test`` utility uses. The ``pci_endpoint_test`` driver |
Comment on lines
+518
to
+519
| The test utility at tools/testing/selftests/pci_endpoint/pci_endpoint_test.c | ||
| is present in SDK rootfs at /usr/kernel-selftest/pci_endpoint/pci_endpoint_test. |
Member
There was a problem hiding this comment.
Suggested change
| The test utility at tools/testing/selftests/pci_endpoint/pci_endpoint_test.c | |
| is present in SDK rootfs at /usr/kernel-selftest/pci_endpoint/pci_endpoint_test. | |
| The test utility at :file:`tools/testing/selftests/pci_endpoint/pci_endpoint_test.c` | |
| is present in SDK rootfs at :file:`/usr/kernel-selftest/pci_endpoint/pci_endpoint_test`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The 'pcitest' application, used to test the PCIe endpoint functionality, is obsolete on the 6.18 kernel, and hence on SDK 12.x. Instead, the 'pci_endpoint_test' utility is introduced to test functionalities for PCIe in endpoint mode of operation.
Update the documentation with respect to the changes in the utility.